type go/types.bailout

3 uses

	go/types (current package)
		check.go#L425: type bailout struct{}
		check.go#L429: 	case nil, bailout:
		errors.go#L219: 		panic(bailout{}) // record first error and exit